home *** CD-ROM | disk | FTP | other *** search
/ SGI SNMP Access to HP-UX MIB 1.1.2 / SGI SNMP Access to HP-UX MIB 1.1.2.iso / dist6.5 / snmpd.idb / etc / snmpd.remote.conf.z / snmpd.remote.conf
Text File  |  1998-04-29  |  1KB  |  36 lines

  1. # /etc/snmpd.remote.conf 
  2. #
  3. #     SNMP remote subagent configuration file for extensible subagents
  4. #
  5. # This file is read by snmpd at start up to find what parts of the mib
  6. # are managed by remote subagents. The lines are read in order and a
  7. # table is built by snmpd in the same order. 
  8. # Since snmpd reads and processes lines of the file in order,
  9. # multiple sub agents can be configured that operate on nested parts of
  10. # the mib. For all agents to be seen, the more deeply nested agents should
  11. # come first in the file. For example:
  12. #
  13. #mib tree oid        ip address    port    timeout        optional name
  14. #            or hostname
  15. #------------        ----------    ----    -------        -------------
  16. #1.3.6.1.4.1.59.3.26     192.26.75.118  6666    4           sgi-exp-tv
  17. #1.3.6.1.4.1.59.3        192.26.75.178  3333    3           sgi-experimental
  18. #
  19. #
  20. #If the above two lines were reversed in order, snmpd would never
  21. #forward requests to the sgi-exp-tv agent.
  22. # To support the remote subagent with the HP-UX MIB, the configuration
  23. # would look like the following commented line. Note that MIB-II is 
  24. # assumed to be supported in the master agent.
  25. #
  26. # Start the agents as follows:
  27. #    snmpd 
  28. #    hpsnmpd -p 2000
  29. #
  30. #mib tree oid        ip address    port    timeout        optional name
  31. #------------        ----------    ----    -------        -------------
  32. 1.3.6.1.4.1.11          localhost       2000    4               hp-unix
  33.  
  34.